home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / xwindows / games / xtrek_bi.tz / xtrek_bi / xtrek / config / fed.b < prev    next >
Text File  |  1989-12-01  |  276b  |  8 lines

  1. #define ship_width    16
  2. #define ship_height    16
  3.  
  4. static char ship_bits[] = {
  5.    0xc0, 0x03, 0xe0, 0x07, 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f, 0xe0, 0x07, 0xc0, 0x03, 0x90, 0x09,
  6.    0x90, 0x09, 0x90, 0x09, 0xf0, 0x0f, 0x90, 0x09, 0x90, 0x09, 0x10, 0x08, 0x10, 0x08, 0x10, 0x08
  7.   };
  8.